User:Theo's Little Bot/afch/afchelper.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
Documentation for this user script can be added at User:Theo's Little Bot/afch/afchelper. This user script seems to have an accompanying .js page at User:Theo's Little Bot/afch/afchelper.js. |
/* Uploaded from https://github.com/WPAFC/afch, commit: 95efce8e20a79f084121df1da21609bd67f2ffdf (develop) */
/* Stylesheet should be located at [[User:Theo%27s Little Bot/afch/afchelper.css]] */
.afcHelper_notice {
color: red;
}
span.afcHelper_notice {
font-size: 120%;
}
div#afcHelper_betanotice {
font-style: italic;
}
.afcHelper_button {
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
display: inline-block;
padding: 2px 5px;
font-size: 13px;
line-height: 18px;
text-align: center;
vertical-align: middle;
cursor: pointer;
border-width: 1px;
border-style: solid;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
border-radius: 4px 4px 4px 4px;
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
margin: 0px;
margin-right: 2px;
}
.afcHelper_button:enabled:active {
border: 1px solid #aaa;
border-bottom: 1px solid #888;
-webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,0.1),0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow: inset 0 3px 7px rgba(0,0,0,0.1),0 1px 2px rgba(0,0,0,0.05);
box-shadow: inset 0 3px 7px rgba(0,0,0,0.1),0 1px 2px rgba(0,0,0,0.05);
}
#afcHelper_accept_button, .afcHelper_button.accept{
background-color: #adfcad;
background-image: -moz-linear-gradient(center top, #B8FFB8, #A7F3A7);
}
#afcHelper_decline_button, .afcHelper_button.decline {
background-color: #ffcdd5;
}
#afcHelper_comment_button, .afcHelper_button.comment {
background-color: #f3eba3;
}
#afcHelper_submit_button, .afcHelper_button.submit {
background-color: #66ccff;
}
#afcHelper_draft_button, .afcHelper_button.draft {
background-color: #4aa02c;
}
#afcHelper_unmark_button, #afcHelper_mark_button, .afcHelper_button.mark {
background-color: #b1dae8;
}
#afcHelper_cleanup_button, .afcHelper_button.cleanup {
background-color: #d2d3cc;
}
#afcHelper_g13_button, .afcHelper_button.g13 {
background-color: #ff3333;
}
.afcHelper_expand {
height: 1em;
width: 50%;
padding: 3px;
}
#afcHelper_extra select {
vertical-align: middle;
}
#afcHelper_extra_inlinebox {
width: 40%;
}